home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / 3brothers.swf / scripts / frame_4 / PlaceObject3_71_250 / CLIPACTIONRECORD onClipEvent(mouseMove).as < prev    next >
Encoding:
Text File  |  2008-09-23  |  128 b   |  7 lines

  1. onClipEvent(mouseMove){
  2.    this._x = _root._xmouse;
  3.    this._y = _root._ymouse;
  4.    Mouse.hide();
  5.    updateAfterEvent();
  6. }
  7.